home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Include / include_h / pragmas / mathieeedoubtrans_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-20  |  5.0 KB  |  138 lines

  1. #ifndef PRAGMAS_MATHIEEEDOUBTRANS_PRAGMAS_H
  2. #define PRAGMAS_MATHIEEEDOUBTRANS_PRAGMAS_H
  3.  
  4. /*
  5. **    $VER: mathieeedoubtrans_pragmas.h 40.1 (17.5.1996)
  6. **    Includes Release 44.1
  7. **
  8. **    Direct ROM interface (pragma) definitions.
  9. **
  10. **    Copyright © 1999 Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #if defined(LATTICE) || defined(__SASC) || defined(_DCC)
  15. #ifndef __CLIB_PRAGMA_LIBCALL
  16. #define __CLIB_PRAGMA_LIBCALL
  17. #endif /* __CLIB_PRAGMA_LIBCALL */
  18. #else /* __MAXON__, __STORM__ or AZTEC_C */
  19. #ifndef __CLIB_PRAGMA_AMICALL
  20. #define __CLIB_PRAGMA_AMICALL
  21. #endif /* __CLIB_PRAGMA_AMICALL */
  22. #endif /* */
  23.  
  24. #if defined(__SASC) || defined(__STORM__)
  25. #ifndef __CLIB_PRAGMA_TAGCALL
  26. #define __CLIB_PRAGMA_TAGCALL
  27. #endif /* __CLIB_PRAGMA_TAGCALL */
  28. #endif /* __MAXON__, __STORM__ or AZTEC_C */
  29.  
  30. #ifndef CLIB_MATHIEEEDOUBTRANS_PROTOS_H
  31. #include <clib/mathieeedoubtrans_protos.h>
  32. #endif /* CLIB_MATHIEEEDOUBTRANS_PROTOS_H */
  33.  
  34. #ifdef __CLIB_PRAGMA_LIBCALL
  35.  #pragma libcall MathIeeeDoubTransBase IEEEDPAtan 1e 001
  36. #endif /* __CLIB_PRAGMA_LIBCALL */
  37. #ifdef __CLIB_PRAGMA_AMICALL
  38.  #pragma amicall(MathIeeeDoubTransBase, 0x1e, IEEEDPAtan(d0))
  39. #endif /* __CLIB_PRAGMA_AMICALL */
  40. #ifdef __CLIB_PRAGMA_LIBCALL
  41.  #pragma libcall MathIeeeDoubTransBase IEEEDPSin 24 001
  42. #endif /* __CLIB_PRAGMA_LIBCALL */
  43. #ifdef __CLIB_PRAGMA_AMICALL
  44.  #pragma amicall(MathIeeeDoubTransBase, 0x24, IEEEDPSin(d0))
  45. #endif /* __CLIB_PRAGMA_AMICALL */
  46. #ifdef __CLIB_PRAGMA_LIBCALL
  47.  #pragma libcall MathIeeeDoubTransBase IEEEDPCos 2a 001
  48. #endif /* __CLIB_PRAGMA_LIBCALL */
  49. #ifdef __CLIB_PRAGMA_AMICALL
  50.  #pragma amicall(MathIeeeDoubTransBase, 0x2a, IEEEDPCos(d0))
  51. #endif /* __CLIB_PRAGMA_AMICALL */
  52. #ifdef __CLIB_PRAGMA_LIBCALL
  53.  #pragma libcall MathIeeeDoubTransBase IEEEDPTan 30 001
  54. #endif /* __CLIB_PRAGMA_LIBCALL */
  55. #ifdef __CLIB_PRAGMA_AMICALL
  56.  #pragma amicall(MathIeeeDoubTransBase, 0x30, IEEEDPTan(d0))
  57. #endif /* __CLIB_PRAGMA_AMICALL */
  58. #ifdef __CLIB_PRAGMA_LIBCALL
  59.  #pragma libcall MathIeeeDoubTransBase IEEEDPSincos 36 0802
  60. #endif /* __CLIB_PRAGMA_LIBCALL */
  61. #ifdef __CLIB_PRAGMA_AMICALL
  62.  #pragma amicall(MathIeeeDoubTransBase, 0x36, IEEEDPSincos(a0,d0))
  63. #endif /* __CLIB_PRAGMA_AMICALL */
  64. #ifdef __CLIB_PRAGMA_LIBCALL
  65.  #pragma libcall MathIeeeDoubTransBase IEEEDPSinh 3c 001
  66. #endif /* __CLIB_PRAGMA_LIBCALL */
  67. #ifdef __CLIB_PRAGMA_AMICALL
  68.  #pragma amicall(MathIeeeDoubTransBase, 0x3c, IEEEDPSinh(d0))
  69. #endif /* __CLIB_PRAGMA_AMICALL */
  70. #ifdef __CLIB_PRAGMA_LIBCALL
  71.  #pragma libcall MathIeeeDoubTransBase IEEEDPCosh 42 001
  72. #endif /* __CLIB_PRAGMA_LIBCALL */
  73. #ifdef __CLIB_PRAGMA_AMICALL
  74.  #pragma amicall(MathIeeeDoubTransBase, 0x42, IEEEDPCosh(d0))
  75. #endif /* __CLIB_PRAGMA_AMICALL */
  76. #ifdef __CLIB_PRAGMA_LIBCALL
  77.  #pragma libcall MathIeeeDoubTransBase IEEEDPTanh 48 001
  78. #endif /* __CLIB_PRAGMA_LIBCALL */
  79. #ifdef __CLIB_PRAGMA_AMICALL
  80.  #pragma amicall(MathIeeeDoubTransBase, 0x48, IEEEDPTanh(d0))
  81. #endif /* __CLIB_PRAGMA_AMICALL */
  82. #ifdef __CLIB_PRAGMA_LIBCALL
  83.  #pragma libcall MathIeeeDoubTransBase IEEEDPExp 4e 001
  84. #endif /* __CLIB_PRAGMA_LIBCALL */
  85. #ifdef __CLIB_PRAGMA_AMICALL
  86.  #pragma amicall(MathIeeeDoubTransBase, 0x4e, IEEEDPExp(d0))
  87. #endif /* __CLIB_PRAGMA_AMICALL */
  88. #ifdef __CLIB_PRAGMA_LIBCALL
  89.  #pragma libcall MathIeeeDoubTransBase IEEEDPLog 54 001
  90. #endif /* __CLIB_PRAGMA_LIBCALL */
  91. #ifdef __CLIB_PRAGMA_AMICALL
  92.  #pragma amicall(MathIeeeDoubTransBase, 0x54, IEEEDPLog(d0))
  93. #endif /* __CLIB_PRAGMA_AMICALL */
  94. #ifdef __CLIB_PRAGMA_LIBCALL
  95.  #pragma libcall MathIeeeDoubTransBase IEEEDPPow 5a 0202
  96. #endif /* __CLIB_PRAGMA_LIBCALL */
  97. #ifdef __CLIB_PRAGMA_AMICALL
  98.  #pragma amicall(MathIeeeDoubTransBase, 0x5a, IEEEDPPow(d2,d0))
  99. #endif /* __CLIB_PRAGMA_AMICALL */
  100. #ifdef __CLIB_PRAGMA_LIBCALL
  101.  #pragma libcall MathIeeeDoubTransBase IEEEDPSqrt 60 001
  102. #endif /* __CLIB_PRAGMA_LIBCALL */
  103. #ifdef __CLIB_PRAGMA_AMICALL
  104.  #pragma amicall(MathIeeeDoubTransBase, 0x60, IEEEDPSqrt(d0))
  105. #endif /* __CLIB_PRAGMA_AMICALL */
  106. #ifdef __CLIB_PRAGMA_LIBCALL
  107.  #pragma libcall MathIeeeDoubTransBase IEEEDPTieee 66 001
  108. #endif /* __CLIB_PRAGMA_LIBCALL */
  109. #ifdef __CLIB_PRAGMA_AMICALL
  110.  #pragma amicall(MathIeeeDoubTransBase, 0x66, IEEEDPTieee(d0))
  111. #endif /* __CLIB_PRAGMA_AMICALL */
  112. #ifdef __CLIB_PRAGMA_LIBCALL
  113.  #pragma libcall MathIeeeDoubTransBase IEEEDPFieee 6c 001
  114. #endif /* __CLIB_PRAGMA_LIBCALL */
  115. #ifdef __CLIB_PRAGMA_AMICALL
  116.  #pragma amicall(MathIeeeDoubTransBase, 0x6c, IEEEDPFieee(d0))
  117. #endif /* __CLIB_PRAGMA_AMICALL */
  118. #ifdef __CLIB_PRAGMA_LIBCALL
  119.  #pragma libcall MathIeeeDoubTransBase IEEEDPAsin 72 001
  120. #endif /* __CLIB_PRAGMA_LIBCALL */
  121. #ifdef __CLIB_PRAGMA_AMICALL
  122.  #pragma amicall(MathIeeeDoubTransBase, 0x72, IEEEDPAsin(d0))
  123. #endif /* __CLIB_PRAGMA_AMICALL */
  124. #ifdef __CLIB_PRAGMA_LIBCALL
  125.  #pragma libcall MathIeeeDoubTransBase IEEEDPAcos 78 001
  126. #endif /* __CLIB_PRAGMA_LIBCALL */
  127. #ifdef __CLIB_PRAGMA_AMICALL
  128.  #pragma amicall(MathIeeeDoubTransBase, 0x78, IEEEDPAcos(d0))
  129. #endif /* __CLIB_PRAGMA_AMICALL */
  130. #ifdef __CLIB_PRAGMA_LIBCALL
  131.  #pragma libcall MathIeeeDoubTransBase IEEEDPLog10 7e 001
  132. #endif /* __CLIB_PRAGMA_LIBCALL */
  133. #ifdef __CLIB_PRAGMA_AMICALL
  134.  #pragma amicall(MathIeeeDoubTransBase, 0x7e, IEEEDPLog10(d0))
  135. #endif /* __CLIB_PRAGMA_AMICALL */
  136.  
  137. #endif /* PRAGMAS_MATHIEEEDOUBTRANS_PRAGMAS_H */
  138.